[nltk_data] Downloading package stopwords to /root/nltk_data...
[nltk_data]   Package stopwords is already up-to-date!

Rewards Analytics and Distribution Dashboard for Quantification Review¶

This document processes the outputs of the praise reward system and performs an analysis of the resulting token reward distribution.

Out[6]:

Distribution report for round-4

  • This period covers praise given between 2021-09-30 and 2021-10-28.
  • We allocated a total of 4154 TEC tokens for rewards.
  • Duplicate praise received a weighting of 0.1 the value of the original praise.
  • We assigned 4 quantifiers per praise instance.
  • Praise receiver names were hidden behind pseudonyms during quantification

Praise Data Visualization¶

Rating distribution¶

Since praise gets valued on a scale, we can take a look at how often each value of the scale gets assigned by quantifiers. Note: This metric disregards scores of praise marked as a duplicate, since the score of the original is already being taken into account.

Top 10 highest rated contributions¶

The ten highest rated contributions for this round were the following:

Out[9]:
Avg. score To Reason
82.5 akrtws (TE Academy)#4246 for the success of Token Engineering Academy
58.25 akrtws (TE Academy)#4246 for keeping projects, companies, and really smart people excited about supporting education for TEs!
50.6 pKrepe#5682 for their hard development work in the CCD
43.38 pKrepe#5682 for all the work that’s happening in params and they’ve done such an incredible job - the Param Parties is one of the coolest things we’ve done yet!
41.58 Juankbell#7458 for putting on all the Graviton curriculum together
41.25 Nuggan#5183 for all the work they do in the Params WG: designing, coding, validating, and troubleshooting!
39.25 VitorNunes#0090 for the project management that he’s been doing and the back end work for the Commons Design Dashboard: he’s really been the linchpin that makes the thing work!
35.13 divine_comedian#5493 for working on Sunday in the Params hack sesh FOR 5 HOURS! Even tho it's only supposed to be 4 hours!
34.0 divine_comedian#5493 for rocking the product management of the dashboard and being so responsive to GitHub issues
32.75 Nuggan#5183 for the big back end push on the ABC that he put in this week for the dashboard

Praise Reward Distribution¶

We can now take a look at the distribution of the received praise rewards. You can toggle the inclusion of the different sources by clicking on the legend.

Praise Giving Distribution¶

We can also take a look at the amount of praise different users gave.

Praise Flows¶

Now for something more fun: let's surface the top "praise flows" from the data. Thanks to @inventandchill for this awesome visualization! On one side we have the top 15 praise givers separately, on the other the top 25 receivers. The people outside the selection get aggregated into the "REST FROM" and "REST TO" categories.

Out[13]:

Quantifier Data¶

Now let's take a closer look at the quantification process and the quantifiers:

Praise Outliers¶

To aid the revision process, we highlight disagreements between quantifiers.

Outliers sort by spreads¶

This graphic visualizes controversial praise ratings by sorting them by the "spread" between the highest and lowest received score.

Please keep in mind that this is a visual aid. If there are several praise instances with similar spread and quant score, all but one end up "hidden" on the chart. For an exhaustive list, take a look at the exported file "praise_outliers.csv" .

Praise score by quantifier -- outliers among the quantifiers?¶

Let's see how different quantifiers behaved by showing the range of praise scores they gave.

To interpret the box plot:

  • Bottom horizontal line of box plot is minimum value

  • First horizontal line of rectangle shape of box plot is First quartile or 25%

  • Second horizontal line of rectangle shape of box plot is Second quartile or 50% or median.

  • Third horizontal line of rectangle shape of box plot is third quartile or 75%

  • Top horizontal line of rectangle shape of box plot is maximum value.

Score displacement: tendency to under/over-scoring?¶

Scoring correlation: how similiar am I scoring with others?¶

Agreement on duplication¶

Out[22]:

Among 1633 praises, 516 (31.41%) do not agree on duplication

Praise instances with disagreements in duplication are collected in 'results/duplication_examination.csv'. To compare, look at the last 4 columns: 'DUPLICATE MSG 1/2/3' and 'ORIGINAL MSG'.

Agreement on dismissal¶

Out[25]:

Among 1633 praises, 141 (8.58%) do not agree on dismissal

Praise instances with disagreements in dismissal are collected in'results/dismissal_disaggreed.csv'. You can further look into who dismissed and who did not.